ByteBuf

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(ubyte[] data)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Aliases

BufferVector
alias BufferVector = Vector!(ubyte)
Undocumented in source.

Functions

data
ubyte[] data()
Undocumented in source. Be warned that the author may not have intended to support it.
readByte
ubyte readByte()
Undocumented in source. Be warned that the author may not have intended to support it.
readSlice
ByteBuf readSlice(int len)
Undocumented in source. Be warned that the author may not have intended to support it.
readUnsignedByte
short readUnsignedByte()
Undocumented in source. Be warned that the author may not have intended to support it.
readerIndex
int readerIndex()
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
skipBytes
void skipBytes(int skipsize)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString(int index, int len)
Undocumented in source. Be warned that the author may not have intended to support it.
writeByte
void writeByte(int value)
Undocumented in source. Be warned that the author may not have intended to support it.
writeByte
void writeByte(ubyte value)
Undocumented in source. Be warned that the author may not have intended to support it.
writeBytes
void writeBytes(ubyte[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
writeBytes
void writeBytes(ubyte[] value, int srcIndex, int length)
Undocumented in source. Be warned that the author may not have intended to support it.
writeShort
void writeShort(int value)
Undocumented in source. Be warned that the author may not have intended to support it.
writerIndex
int writerIndex()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

clear
void clear [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta